home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent2 / nap.readme < prev    next >
Text File  |  1997-05-21  |  911b  |  29 lines

  1. Short:    V2.02, a preprocessor especially for ACE
  2. Author:   dseifert@hell1og.be.schule.de (Daniel Seifert)
  3. Uploader: dseifert@hell1og.be.schule.de (Daniel Seifert)
  4. Version:  2.02 (05-19-1997)
  5. Type:     dev/basic
  6.  
  7.  
  8. NAP is a preprocessor which has been developed especially
  9. for the ACE programming language.
  10.  
  11. Features : - processing of the following preprocessor
  12.              commands: IF, ELSE, ELIF, ENDIF, INCLUDE,
  13.              DEFINE, IFDEF, IFNDEF, UNDEF
  14.            - removal of C comments, e.g. /*   */, AND
  15.              ACE comments, e.g. {   } and '.
  16.            - removal of unused structures (thus gaining
  17.              memory during compilation)
  18.  
  19. Changes  : - more optimized -> faster
  20.            - added -x Option (see manual)
  21.            - changed default configuration
  22.            - fixed some bugs
  23.            - default defines, e.g. __TIME and __DATE
  24.            - extended manual
  25.  
  26.  
  27.  
  28.   Happy ACEing ;-)
  29.